Skip to main content

mobileBuildInfo

Type

function

Summary

Returns information about the current device.

Syntax

mobileBuildInfo(<propertyInfo>)

Description

Use the mobileBuildInfo function to fetch information about the current device, such as the manufacturer and device name.

note

Property names are case sensitive.

Parameters

NameTypeDescription

propertyInfo

enum

The name of the property to be retrieved.

Examples

get mobileBuildInfo("MODEL")
put mobileBuildInfo("SERIAL") into tDeviceSerialNumber

Compatibility and Support

Introduced

LiveCode 4.6.3

OS

android

Platforms

mobile

Thank you for your feedback!

Was this page helpful?